home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d19
/
dorpch37.arc
/
CHANGES.DOC
next >
Wrap
Text File
|
1991-01-01
|
6KB
|
181 lines
D O O R P C H
=====================
Release 3.7
January 1, 1991
Raymond Clements
Copyright (C)1987-1991
2204 Carriage Dr.
Owensboro, KY 42301-5823
The Pegasus BBS
Node 1 - (502)684-9855
Node 2 - (502)684-9871 HST
Table Of Contents
=====================
Change History . . . . . . . . . . . . . . . . . . 1
DoorPch Version 3.2 . . . . . . . . . . . . . . 1
DoorPch Version 3.3 . . . . . . . . . . . . . . 1
DoorPch Version 3.4 . . . . . . . . . . . . . . 1
DoorPch Version 3.5 . . . . . . . . . . . . . . 2
DoorPch Version 3.7 . . . . . . . . . . . . . . 2
DoorPch - Version 3.7
Change History Document
DoorPch Version 3.2
===================
The format of lines 24 and 25 have been completely changed to
coincide with those provided by PCBoard. All the functionality
you had in 3.1 is still available in 3.2.
Removed logic that checked for a scheduled event from the
keyboard input loop. The CALLERS time remaining is now shortened
if an event would occur while in the DOOR. The code will reduce
the time remaining to allow PCBoard to honor the buffer time
specified in PCBOARD.DAT.
A bug existed in DoorPch 3.1 which would allow a CALLER's time to
expire while in SysOp CHAT mode in the DOOR. This error has been
corrected in version 3.2.
This version of DoorPch is NOT compatible with PCBOARD 12.1 or
below. It has been specifically written to process PCBoard 14.0
system files. The Salt Air staff have stated that it is their
intention to "freeze" the record layouts of their files with the
14.0 release therefore it is assumed DoorPch 3.2 will work on
subsequent versions of PCBoard. Of course, should an enhancement
to PCBoard require a recompilation of DoorPch, we will provide a
subsequent release.
DoorPch Version 3.3
===================
A bug was fixed that inaccurately computed the time a caller had
left in door processing. The caller was receiving a message that
their time had expired. This only effected callers that had been
given a very large amount of time for the "time remaining"
calculation.
An additional variable has been added (LOCALUSR%) which allows
the Door program to determine if it is running in LOCAL mode.
DoorPch Version 3.4
===================
A bug was fixed in the scrolling routines that prevented DoorPch
programs from running correctly on IBM PC's that had the original
ROM BIOS chips.
Two new variables are now available for user access. The first
variable, BAUDOPEN$, provides the baud rate at which the BBS
"opened" the Com port. The second variable, BAUDCONN$, provides
the baud rate at which a connection was successfully made to the
BBS system.
Page 1
DoorPch - Version 3.7
Change History Document
The READ.TXT subroutine has been changed. Prior to Version 3.4,
the file name passed as a parameter was expected to reside in the
current drive and directory. In this release, you may now pass
the full drive, path, and file name as a parameter.
Example: CALL READ.TXT("C:\doors\junk.txt")
DoorPch Version 3.5
===================
Unfortunately, right after DoorPch Version 3.4 was released, the
authors were notified of two problems that needed to be correct-
ed. One of problems was introduced in Version 3.4 and the second
problem had existed in the code since the release of PcBoard
14.0.
The first problem dealt with the READ.TXT subroutine. The
subroutine was printing an extra line of text after the user had
requested to end the display.
The second problem dealt with the way a user was given credit for
any time spent uploading a file or time they were in "Chat" mode
with another user or the SysOp. This error has caused some door
programs to report the user's time limit had expired when in
reality they still had several minutes left for further
processing.
DoorPch Version 3.7
===================
This is a major update! DoorPch no longer ONLY supports PCBoard.
Now DoorPch supports DOOR.SYS, PCBOARD.SYS/PCBOARD.DAT/USERS,
SFDOORS.DAT, DORINFO1.DEF, DORINFO2.DEF, CALLINFO.BBS and
CHAIN.TXT.
All of the variables in DOOR.SYS are now supported and available
to the door author if they're also supported by the BBS interface
file being used. See DOORPCH.DOC for the complete listing of the
new variables, new macros and new subroutines (marked with a "|").
The format of lines 24 and 25 have been completely changed to
coincide with those provided by PCBoard. All the functionality
you had in v3.5 is still available in v3.7 plus much more!
The format for CALLing READ.TXT has been changed to:
CALL READ.TXT(COLOR.FILE$,MONO.FILE$).
The variable D.TIME% has been replaced with D.TIME#.
DoorPch now includes Door Security System (DSS) which is a
security system for use with your door programs. DSS can be used
to "protect" your doors or just as a means of keeping track of
who has registered them by way of a serial number, it's up to you.
For more info on DSS please contact Raymond Clements, SysOp of
The Pegasus BBS at (502)684-9855 or (502)684-9871 HST.
Page 2